home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 10 - 1994 / 10.04 Apr 94 / Accurate Timing / TestFuncs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  188 b   |  18 lines  |  [TEXT/KAHL]

  1. /* TestFuncs.h ---------------------------------------------------
  2.  *
  3.  * Functions to be timed.
  4.  *
  5.  */
  6.  
  7.  
  8. #pragma once
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. void Foo( long *x, long *y );
  16.  
  17. void FooBar( long *x, long *y );
  18.